UCF STIG Viewer Logo

The system must not have accounts configured with blank or null passwords.


Overview

Finding ID Version Rule ID IA Controls Severity
V-770 GEN000560 SV-38448r1_rule IAIA-1 IAIA-2 High
Description
If an account is configured for password authentication but does not have an assigned password, it may be possible to log into the account without authentication. If the root user is configured without a password, the entire system may be compromised. For user accounts not using password authentication, the account must be configured with a password lock value instead of a blank or null value.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2013-06-27

Details

Check Text ( C-36252r1_chk )
Verify no accounts have blank passwords.

For individual users:
# getprpw -m nullpw

or

For all users:
# cd /tcb/files/auth && grep "u_pwd=::" */*

If any account with a blank password is found, this is a finding.

Fix Text (F-31509r1_fix)
As root, remove the account with a blank password.
# userdel

OR

As root, configure a password for any account with a blank password.

# passwd